Skip to content

Implement ALTER TYPE RENAME VALUE / ADD VALUE#433

Merged
kyleconroy merged 2 commits intomasterfrom
enum-rename
Apr 5, 2020
Merged

Implement ALTER TYPE RENAME VALUE / ADD VALUE#433
kyleconroy merged 2 commits intomasterfrom
enum-rename

Conversation

@kyleconroy
Copy link
Copy Markdown
Collaborator

@kyleconroy kyleconroy commented Apr 5, 2020

This pull requests actually includes two parallel implementations of ALTER TYPE, one for the legacy internal/catalog package, and one for the new internal/sql/catalog package. I really need to port the internal/dinosql package over to the new catalog so I don't need to waste time doing things twice.

Fix #428

@kyleconroy kyleconroy merged commit 463a07a into master Apr 5, 2020
@kyleconroy kyleconroy deleted the enum-rename branch April 5, 2020 02:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Renaming enum values via migration doesn't update the generated code

1 participant